home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFFIX.DOC < prev    next >
Text File  |  1991-05-13  |  582b  |  27 lines

  1.             GifFix
  2.             ------
  3.  
  4. Program to attempt and fix broken GIF images.
  5. Currently will "fix" images terminated prematurely by filling the rest of
  6. the image with the darkest color found in image.
  7.  
  8. Usage:
  9. ------
  10.  
  11. Usage: GifFix [-q] [-h] GifFile
  12.  
  13.   If no GifFile is given, GifFix will try to read stdin for GIF file.
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 2. [-h] : print one command line help, similar to Usage above.
  27.